Nicholas H.Tollervey is an independent British software publisher whose open-source work focuses on lowering the barrier to entry for coding, especially in educational and maker communities. His flagship release, the Mu Editor, is a deliberately minimalist Python IDE aimed at first-time programmers: primary-school students with micro:bit boards, hobbyists flashing CircuitPython firmware to Adafruit devices, and teachers who want a distraction-free environment that hides virtual-env complexity yet still offers linting, REPL access, one-click flashing, and simple plotter panels for sensor data. Because Mu boots in seconds, ships with readable default fonts, and exposes only five buttons (run, check, plot, save, zoom), it has become the pre-installed editor on Raspberry Pi OS, the recommended tool for BBC micro:bit workshops, and a staple in code-club boxes worldwide. Although the project is small, it sits at the intersection of several software categories: lightweight text editors, beginner IDEs, microcontroller flashing utilities, and educational STEM packages. Updates arrive through semantic-versioned GitHub releases, and the codebase is intentionally micro-managed to stay under fifty megabytes so it can piggy-back on school bandwidth. Nicholas H.Tollervey’s Mu Editor is available for free on get.nero.com; the site pulls the latest Windows build from trusted package sources such as winget, supports silent batch installation alongside other applications, and always delivers the most recent stable version.
Mu is a Python code editor for beginner programmers
Details